CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mpi lu

搜索资源列表

  1. mpiparaw.rar

    2下载:
  2. 在MPI上用并行LU分解求解线性方程组的源程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:4500
    • 提供者:
  1. mpiparaw.rar

    1下载:
  2. 在MPI上用并行LU分解求解线性方程组的源程序。, Decomposes the solution system of linear equations on MPI with parallel LU the source program.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:4771
    • 提供者:应伟勤
  1. lu.rar

    2下载:
  2. 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2129
    • 提供者:印凤行
  1. LU_OpenMP

    1下载:
  2. 在VC++ 2008环境下利用OPENMP开发的LU并行算法,-In VC++ 2008 development environment using OPENMP LU parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1186
    • 提供者:肖和平
  1. LUdep

    1下载:
  2. 一个不错的矩阵LU分解的并行算法的MPI源程序-a MPI source code for LU decomposition s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1923
    • 提供者:Juri hui
  1. lu_mpi

    0下载:
  2. 矩阵LU分解的C/C++ + MPI实现-Matrix LU decomposition of C/C+++ MPI implementation
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1038
    • 提供者:lixianming
  1. parallel-ludep

    0下载:
  2. 并行三角分解,MPI+visual c++环境下实现,附带数据-parallel compute of lu dep
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1736
    • 提供者:程宾
  1. Gaussian

    0下载:
  2. Parallel algorithm for Gaussian Elimination. Elimination in both a shared memory environment, using OpenMP, and in a distributed memory environment, using MPI. Parallel LU and Gaussian algorithms for linear systems have been studied extensi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:80967
    • 提供者:Cata
  1. paralle_lu

    0下载:
  2. MPI LU decomposition
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:2868
    • 提供者:erdem
  1. LU_mpi

    0下载:
  2. LU分解,采用连续划分方式下的MPI实现-LU decomposition of the continuous division of MPI implementations under way
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2357
    • 提供者:王梓
  1. DoolittleLU

    2下载:
  2. 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI
  3. 所属分类:MPI

    • 发布日期:2016-08-27
    • 文件大小:757760
    • 提供者:fa
  1. LU_MPI

    0下载:
  2. LU DECOMPOSITION USING MPI (Message Passing Interface)
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:19584
    • 提供者:Tirtharaj Dash
  1. lu-mpi

    1下载:
  2. LU 分解,给出采用行连续划分方式下的MPI实现并行算法-LU decomposition, using the line continuous division of the way under the implementation of MPI parallel algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:154390
    • 提供者:查修齐
  1. ludep

    0下载:
  2. LU分解的按行交叉连续分块mpi实现,在进程划分时采用新的算法,提高运行效率-LU MPI
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:1688
    • 提供者:vivian
  1. mpi_lu

    0下载:
  2. LU算法的MPI串行实现,矩阵维数无要求,可在曙光4000A并行机运行-The LU algorithm MPI serial implementation matrix dimension requirements Dawning 4000A parallel machine running
  3. 所属分类:MPI

    • 发布日期:2017-11-20
    • 文件大小:1570
    • 提供者:朱闻博
  1. lu

    1下载:
  2. 矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1383
    • 提供者:NeoLi
  1. MPI_Bcast

    1下载:
  2. 矩阵相乘的LU算法的MPI并行实现源码,采用连续行划分方法。-MPI parallel implementation of matrix multiplication, LU algorithm source code, a continuous line of division method.
  3. 所属分类:MPI

    • 发布日期:2017-11-10
    • 文件大小:1777
    • 提供者:NeoLi
  1. tridiagonal_Serial

    0下载:
  2. 高性能编程 LU分解的多核实现 OPenMP入门和MPI两种方法实现-the HPC openMP and MPI realize the dunction
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1062
    • 提供者:gongkunjxl
  1. lu_mpi_omp

    2下载:
  2. LU分解的MPI和OpenMP混合并行编程-LU decomposition MPI and OpenMP parallel programming mix
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:2048
    • 提供者:jack_f
  1. test-mpi-LU

    0下载:
  2. 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:1184469
    • 提供者:shen
« 12 »
搜珍网 www.dssz.com